.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-all;}
.ellipsisTen{overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-line-clamp: 5;display: -webkit-box;-webkit-box-orient: vertical;}



.swiper1 .swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	border: 2px solid #0A3E66;
	background: #fff!important;
}
.swiper1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #0A3E66;
    opacity: 1;
}

